home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / milia.dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1996-03-22  |  324 b   |  19 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     set the visible of sprite 2 to 1
  4.     if soundBusy(2) = 0 then
  5.       sound playFile 2, "..\som\zap.wav"
  6.     end if
  7.   else
  8.     set the visible of sprite 2 to 0
  9.   end if
  10.   go(the frame)
  11. end
  12.  
  13. on mouseUp
  14.   if rollOver(2) then
  15.     set the visible of sprite 2 to 1
  16.     go("txt")
  17.   end if
  18. end
  19.